Endpoint: starships

GEThttps://swapi.mimo.dev/api/starships/AA-9%20Coruscant%20freighter

Request

GETstarships
1fetch("https://swapi.mimo.dev/api/starships/AA-9%20Coruscant%20freighter")
2 .then((res) => res.json())
3 .then((json) => console.log(json))
4 .catch((error) => console.error(error))

Response